runtime.heapStatsDelta.largeAlloc (field)
7 uses
runtime (current package)
arena.go#L1079: atomic.Xadd64(&stats.largeAlloc, int64(s.elemsize))
mcache.go#L241: atomic.Xadd64(&stats.largeAlloc, int64(npages*pageSize))
metrics.go#L611: a.totalAllocated = a.largeAlloc
mstats.go#L394: totalAlloc := consStats.largeAlloc
mstats.go#L682: largeAlloc uint64 // bytes allocated for large objects
mstats.go#L704: a.largeAlloc += b.largeAlloc
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |